
# This configuration authenticates users agains an
# IMAP server. You need apache module mod_auth_imap.

#AuthBasicAuthoritative Off
#Auth_IMAP_Enabled on
#AuthName "myAmavis"
#AuthType Basic
#Require valid-user
#Auth_IMAP_Authoritative on
#Auth_IMAP_Server 127.0.0.1
#Auth_IMAP_Log on



# Another configuration using a normal user auth file

AuthName "myAmavis"
AuthType Basic
AuthUserFile /etc/apache2/myAmavis.auth
Require valid-user

